"Alexander Larsson",
NULL
};
+ const char *artists[] = {
+ "Jakub Steiner",
+ NULL
+ };
const char *maintainers[] = {
"The GTK Team",
NULL
"title", "About GTK Print Editor",
"system-information", sysinfo->str,
NULL);
+ gtk_about_dialog_add_credit_section (GTK_ABOUT_DIALOG (dialog),
+ _("Artwork by"), artists);
gtk_about_dialog_add_credit_section (GTK_ABOUT_DIALOG (dialog),
_("Maintained by"), maintainers);
g_string_free (sysinfo, TRUE);
g_free (version);
+ g_free (os_name);
+ g_free (os_version);
}
static void